Skip to content

fix: treat KEYCODE_ENTER as select for TV remotes (LG Magic Remote)#2853

Open
fgmitesh wants to merge 2 commits into
recloudstream:masterfrom
fgmitesh:fix/lg-magic-remote
Open

fix: treat KEYCODE_ENTER as select for TV remotes (LG Magic Remote)#2853
fgmitesh wants to merge 2 commits into
recloudstream:masterfrom
fgmitesh:fix/lg-magic-remote

Conversation

@fgmitesh
Copy link
Copy Markdown

Some remotes (e.g. LG Magic Remote) send KEYCODE_ENTER instead of
KEYCODE_DPAD_CENTER. This caused two bugs:

 1. In the video player: clicking any button in source/track/subtitle
    dialogs would pause the video instead of selecting the item
 2. On the search bar: pressing OK never opened the keyboard

 Fix: treat KEYCODE_ENTER the same as KEYCODE_DPAD_CENTER in both places. 

fgmitesh added 2 commits May 30, 2026 09:48
Refactor key event handling for play/pause and chapter skipping.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant